Wiki

Clone wiki

inf225 / glossary / Type safety

[Alphabetical Index | Tag Index]

Type safety

Whether a language protects against type errors, such as when a value of one data type is interpreted as another type (e.g., an int as a float or as a pointer to a string).

[Wikipedia]

Updated